Skip to content

Conversation

@dcantah
Copy link
Contributor

@dcantah dcantah commented Jul 22, 2025

0.5.0 introduces a new way to configure the containers and execs. This is now done all upfront at constructor time in a callback style. I'm very happy with the config improvements, but because IO can only be setup at constructor time this makes it so that we need to supply IO at creation time of the VM or exec, which isn't the end of the world. All that really changes is boostrap() and createProcess() now take in IO instead of slightly later in process.start()

I'm happy with the config improvements, but because
IO can only be setup at constructor time this makes it
so that we need to supply IO at creation time of the VM
or exec, which isn't the end of the world. So now boostrap()
and createProcess() take in the filehandles.
@dcantah dcantah marked this pull request as ready for review July 29, 2025 00:46
@adityaramani
Copy link
Contributor

Skimmed through the changes they look fine to me

@crosbymichael crosbymichael merged commit ccd15ed into apple:main Jul 29, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants